home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / s_tool.zip / S-TOOL.MSG next >
Internet Message Format  |  1993-05-26  |  3KB

  1. From: thaler@speedy.cs.wisc.edu (Maurice Thaler)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: v01i054: s-tool, Magnuson's wildcard expansion utility
  4. Date: 14 Dec 88 21:26:10 GMT
  5. Summary: s-tool.arc, Magnuson's wildcard expansion utility
  6. Approved: dhesi@bsu-cs.UUCP
  7.  
  8. Posting-number: Volume 01 Issue 054
  9. Originally-from: Robert A. Magnuson, author <no email address>
  10. Submitted-by: thaler@speedy.cs.wisc.edu (Maurice Thaler)
  11. Archive-name: s-tool/s-tool.uue
  12.  
  13. Several people on the net have been complaining about wildcard
  14. expansion.  I have been using this little utility for a while and it
  15. does an adequate job in most cases.  If called without an argument, it
  16. self documents.  This should help MSDOS users who are used to UN*X.
  17.  
  18. [
  19. This one, actually called just "S", is written by Robert A. Magnuson.
  20. Invoking without parameters yields a pretty neat help screen, complete
  21. with a "railroad track" syntax diagram.  It has a few nifty features;
  22. for example:
  23.  
  24.      s /p edit \doc\*.doc
  25.  
  26. puts you in "pick" mode.  The utility will list all filenames matching
  27. *.doc and let you type y or n to pick or not pick.  The picked
  28. parameters will then be supplied to the invoked command (which in this
  29. example is "edit").  Other options include the ability to substitute
  30. any environment variable, current disk, current directory, date, and
  31. time in the command line;  ability to match directory names instead of
  32. file names;  and the ability to supply just the first matching filename
  33. instead of the whole list.
  34.  
  35. Bugs:
  36.  
  37. 1.   If your switchar is set to something other than a slash, all hell
  38. occasionally breaks loose.  If you're lucky you just see the notorious
  39. "specified COMMAND search directory bad" message.  If you're unlucky
  40. you need a reboot.  Given that this utility could have made MS-DOS more
  41. friendly to UNIX users (who like slashes in directory names), this bug
  42. is especially unfortunate.
  43.  
  44. 2.   If you use the /p switch and accidentally give a wildcard that
  45. matches so many files that you want to abort and start over, you
  46. can't...control C is interpreted as equivalent to typing "n".
  47.  
  48. Despite these problems, I think this program will be very useful to
  49. those who don't change their switchar.
  50.  
  51. -- R.D.
  52. ]
  53.  
  54. From: uw-beaver!microsoft!mikemo (Michael Morearty)
  55. Newsgroups: comp.binaries.ibm.pc.d
  56. Subject: Re: v01i054: s-tool, Magnuson's wildcard expansion utility
  57. Date: 15 Dec 88 08:09:12 GMT
  58.  
  59. Here's a quick patch to solve the ^C problem:
  60.  
  61.     debug s.com
  62.     e b62        [should display '07']
  63.     8
  64.     w
  65.     q
  66.  
  67. --
  68. Mike Morearty
  69.